*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: rgba(0, 0, 0);
}
.area{
    background: #166cad;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height:200vh;


}
.contact-detail {
    text-align: left;
    font-family: 'nunito', sans-serif;
}
.contacto{
    align-items: center; padding:0 20% ;
}
.contacto .row{
    padding: 5% 0 5% 0;
}
.contacto .row .elemento{
    text-align: justify;
    padding: .7em 0;
}
.ubi{
    font-size: 2em;
}
.contacto .row .elemento i{
    color: #0082ec ;
    float: left;
    margin-left: -15%;
    padding-right: 10%;
    font-size: 1.2em;
}
.contacto .row .elemento .mobile{
    font-size: 1.5em;
}
.contacto .row .elemento  .it{
    font-size: .9em;
    text-align: justify;
}
.contacto .row .elemento  div .no{

    display: none;
}
.contacto .row .elemento  div small{
    text-align: center !important;
    font-weight: bold;
}
.contacto .row .elemento  .dir{

    font-size: .8em;
    text-align: justify;
}
.separador{
    height: 1px;
    background-color: #53575a65;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}
h5{
    font-family: sans-serif;
    font-weight:normal;
    padding: 5px;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 15s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 8s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 20s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.redes{
    position:absolute;

    display:block;

    bottom:10px;

    left:10px;



}
.info{
    padding: 0%;
}
.container{

    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    background: #010101;
    font-family: 'nunito', sans-serif;
    padding: 0 20px;
}
.direcciones h5{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #010101;
    font-family: 'nunito', sans-serif;
    padding: 0 20px;
}
.card-container{
    display: flex;

    height: auto;
    background-color: #fbfbfb;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, .2);
}
.header{
    background-color: #ffffff;
    align-items: center;
    width: 100%;
    border-right: 1px solid #ddd;

}
.cargo{
    display: flex;
    align-items: center;
    text-align: center;
    
}
.cargo div{
    padding: 0 10%;

}
.descripcion{
    background: #fbfbfb;
}
.header, .descripcion{
    padding: 20px;
    text-align: center;

}
.descripcion p{
    text-align: justify;
}


.header a{
    position: relative;
    display: block;
}
.header img{
    width: 80%;
   /* box-shadow: 0 0 0 2px  rgba(0, 0, 0, .02); */

    transition: .2s;
}

.dir{
    display: flex; align-items: center;
}

.header h2{
    font-size: 1em;
    color: #0082ec;
}
.header h4{
    color: #68b1c7;
    margin-bottom: 4px;
}
.descripcion{
    position: relative;
}
.descripcion p{

    margin: 20px 30px;
}
.descripcion .social{
    margin-top: 25px;
}
.social{
    font-size: 1.5em;

}
.descripcion .social a{
    display: inline-block;
    padding: 0 15px;
    color: #0082ec;
}
@media(max-width:20000px){
    .card-container{
        
        display: block;
        width: 450px;
    }
    .header{
        padding: 20px 20px 5px 20px;
        border: none;
    }
    .descripcion{
        padding: 5px 20px 20px 20px;
        background: transparent;
    }
    
    
    
}

@media(max-width:800px){
    .btn-flotante {
        bottom: 4%;
        right: 4%;
    }
}


.btn-flotante {
    font-size: 20px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    border-radius: 50%; /* Borde del boton */
    letter-spacing: 0px; /* Espacio entre letras */
    background-color: #0082ec; /* Color de fondo */
    padding:2% ; /* Relleno del boton */
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}
.btn-flotante:hover {
    background-color: #53575A; /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}
.add{
    border-color: #0082ec !important;
}
.info .fa{
    color: #0082ec;
    margin-right: 2%;
}
